hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
HipTextStopConfig
hip
game2d
text
The text stop config defines how this text will behave a
package
struct
HipTextStopConfig {
import
hip
.
api
.
graphics
.
color
;
;
int
startIndex
;
HipColorf
color
;
enum
Tokens
;
static
void
parseText
(dstring text, dstring parsedText, HipTextStopConfig[] config);
}
Members
Enums
Tokens
enum
Tokens
Undocumented in source.
Static functions
parseText
void
parseText
(dstring text, dstring parsedText, HipTextStopConfig[] config)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
color
HipColorf
color
;
Undocumented in source.
startIndex
int
startIndex
;
Undocumented in source.
Meta
Source
See Implementation
hip
game2d
text
classes
HipText
structs
HipTextStopConfig
The text stop config defines how this text will behave a